home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 722 / 722.xpi / chrome / noscript.jar / skin / classic / noscript / about.css < prev    next >
Cascading Style Sheet File  |  2010-02-12  |  1KB  |  91 lines

  1. #genericAbout {
  2.   padding: 0px 0px 10px 0px;
  3.   background: #FFF none; 
  4.   background-image: none;
  5. }
  6.  
  7. dialog, .dialog-content-box {
  8.   background: white none;
  9.   border: none;
  10. }
  11.  
  12. #clientBox {
  13.   color: #000;
  14.   padding: 0px; margin: 0px;
  15.   max-height: 400px;
  16.   background: white none;
  17.   border: none;
  18. }
  19.  
  20. #clientBoxInternal {
  21.   padding: 0px; margin: 10px;
  22.   background: white none;
  23. }
  24.  
  25. #headBox {
  26.   border: solid #448;
  27.   border-width: 0px 0px 1px 0px;
  28.   padding: 0px;
  29.   margin: 2px;
  30.   background-image: none;
  31. }
  32.  
  33. #extensionName {
  34.   font-size: large;
  35.   font-weight: bold;
  36.   color: #448;
  37. }
  38.  
  39. #extensionVersion {
  40.   color: #448;
  41. }
  42.  
  43. .sponsorline {
  44.   color: #444;
  45. }
  46.  
  47. #extensionDescription {
  48.   color: #444;
  49.   text-align: justify;
  50.   width: 370px;
  51.   max-height: 200px;
  52.   overflow: auto;
  53. }
  54.  
  55. #extensionHomepage {
  56.   
  57. }
  58.  
  59. .text-link, .text-link:focus  {
  60.   color: #00f;
  61.   text-decoration: none;
  62.   cursor: pointer;
  63.   
  64. }
  65. .text-link:hover {
  66.   color: #00f;
  67.   text-decoration: underline ;
  68. }
  69.  
  70. #contributorsBox {
  71.   overflow: auto;
  72.   border: 1px solid black;
  73.   padding: 4px;
  74.   margin: 0px 6px;
  75.   height: 150px;
  76. }
  77.  
  78. .contributor {
  79.   margin: 0px;
  80.   color: #444;
  81.  
  82. #extensionCreator, #extensionContributors, #extensionSponsor {
  83.   font-weight: bold;
  84. }
  85.  
  86. text-link {
  87.   text-decoration: none;
  88. }
  89.  
  90.